home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazine 1 / CD-ROM Magazine - Issue 01.iso / pc / demo / corelg / qtour / mode.dir / 00002_Script_2 < prev    next >
Text File  |  1995-06-06  |  301b  |  14 lines

  1. on exitFrame
  2.   global gTimer,gBEENTHERE,gTICKS
  3.   if the timer > gTimer then
  4.     go the frame + 2
  5.     startTimer
  6.   else
  7.     go the frame
  8.     if gBEENTHERE then
  9.       if (the ticks - gTICKS) > (2*60*60) then
  10.         go frame "AUTOMATIC" of movie "INTRO"
  11.       end if
  12.     end if
  13.   end if
  14. end